home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global numb, tuki, mydatebase, monthdata, nmonth, yubicurs
- set numb to EMPTY
- if (monthdata & EMPTY) = EMPTY then
- set tuki to 1
- put "January" into field "GATU"
- else
- put nmonth into field "GATU"
- end if
- drawpict(tuki)
- set the textSize of field "GATU" to 36
- repeat with n = 13 to 27
- set the cursor of sprite n to yubicurs
- end repeat
- puppetSound(0)
- updateStage()
- end
-